home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / Interfaces&Libraries / Universal / Interfaces / AIncludes / SoundInput.a < prev    next >
Encoding:
Text File  |  1998-08-17  |  593 b   |  29 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        SoundInput.a
  3. ;
  4. ;    Contains:    Sound Input Interfaces.
  5. ;
  6. ;    Version:    Technology:    System 7.5
  7. ;                Release:    Universal Interfaces 3.2
  8. ;
  9. ;    Copyright:    © 1990-1998, 1995-1997 by Apple Computer, Inc., all rights reserved
  10. ;
  11. ;    Bugs?:        For bug reports, consult the following page on
  12. ;                the World Wide Web:
  13. ;
  14. ;                    http://developer.apple.com/bugreporter/
  15. ;
  16. ;
  17.     IF &TYPE('__SOUNDINPUT__') = 'UNDEFINED' THEN
  18. __SOUNDINPUT__ SET 1
  19.  
  20. ;  obsolete file, all sound interfaces have been moved to Sound.[hpar]
  21.     IF &TYPE('__SOUND__') = 'UNDEFINED' THEN
  22.     include 'Sound.a'
  23.     ENDIF
  24.  
  25.  
  26.  
  27.     ENDIF ; __SOUNDINPUT__ 
  28.  
  29.